From 7e9fd035dac638bceeb68a20574ad19bda888a76 Mon Sep 17 00:00:00 2001 From: "kaf24@firebug.cl.cam.ac.uk" Date: Mon, 7 Aug 2006 16:07:20 +0100 Subject: [PATCH] [LINUX] Fix a couple of benign diffs against vanilla spinlock.h. From: Jan Beulich Signed-off-by: Keir Fraser --- linux-2.6-xen-sparse/include/asm-i386/spinlock.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linux-2.6-xen-sparse/include/asm-i386/spinlock.h b/linux-2.6-xen-sparse/include/asm-i386/spinlock.h index 99b96b85d6..65a211156e 100644 --- a/linux-2.6-xen-sparse/include/asm-i386/spinlock.h +++ b/linux-2.6-xen-sparse/include/asm-i386/spinlock.h @@ -23,7 +23,7 @@ (*(volatile signed char *)(&(x)->slock) <= 0) #define __raw_spin_lock_string \ - "\n1:\n" \ + "\n1:\t" \ LOCK \ "decb %0\n\t" \ "jns 3f\n" \ @@ -35,7 +35,7 @@ "3:\n\t" #define __raw_spin_lock_string_flags \ - "\n1:\n" \ + "\n1:\t" \ LOCK \ "decb %0\n\t" \ "jns 4f\n\t" \ -- 2.30.2